home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / SYS.HLP < prev    next >
Text File  |  1985-09-10  |  967b  |  25 lines

  1. ------------------------  SYS - External DOS Command  --------------------------
  2.  
  3. SYS copies operating system files from the current drive to a specified drive.
  4.  
  5. FORMAT:   SYS d:
  6.  
  7. REMARKS:
  8.  
  9.    The disk in the specified drive must have been formatted with a FORMAT d:/S
  10.    or FORMAT d:/B command; or, the directory of the disk must be empty.  This is
  11.    necessary because DOS startup requires that the first two directory entries
  12.    be used for two DOS system files.
  13.  
  14.    The major purpose of SYS is to let you transfer DOS to an application
  15.    diskette that is designed to use DOS but is sold without it.  Such an
  16.    application allocates the space required for DOS files but does not
  17.    actually contain the files.
  18.  
  19.    In DOS Version 3, you may preface SYS with the drive letter and directory
  20.    path, [d:][path], where the command file can be found.
  21.  
  22. EXAMPLE:  Transfer DOS to the disk in drive B.  The default drive is A:
  23.  
  24.           SYS B:
  25.